home *** CD-ROM | disk | FTP | other *** search
- on openHelp
- global gHelpWindow
- if objectp(gHelpWindow) then
- forget(gHelpWindow)
- end if
- set horzOrigin to the stageLeft + 330
- set vertOrigin to the stageTop + 50
- set myNotesWindowRect to rect(horzOrigin, vertOrigin, horzOrigin + 176, vertOrigin + 150)
- set gHelpWindow to window "helpMovie"
- set the rect of gHelpWindow to myNotesWindowRect
- set the fileName of gHelpWindow to "help.dir"
- set the windowType of gHelpWindow to 4
- set the titleVisible of gHelpWindow to 1
- set the title of gHelpWindow to "Notes Help"
- open(gHelpWindow)
- end
-